home *** CD-ROM | disk | FTP | other *** search
/ HamCall (October 1991) / HamCall (Whitehall Publishing)(1991).bin / trn / install2.bat < prev    next >
DOS Batch File  |  1991-05-17  |  1KB  |  40 lines

  1. echo off
  2. cls
  3. echo Decompressing and copying terrain files on Disk 1 from A to C:\TRN...
  4. pkxarc a:*.* c:\trn
  5. echo. 
  6. echo Please insert disk labeled ARCTERRAIN2;
  7. pause
  8. echo Decompressing and copying terrain files on Disk 2 from A to C:\TRN...
  9. pkxarc a:*.* c:\trn
  10. echo. 
  11. echo Please insert disk labeled ARCTERRAIN3;
  12. pause
  13. echo Decompressing and copying terrain files on Disk 3 from A to C:\TRN...
  14. pkxarc a:*.* c:\trn
  15. echo. 
  16. echo Please insert disk labeled ARCTERRAIN4;
  17. pause
  18. echo Decompressing and copying terrain files on Disk 4 from A to C:\TRN...
  19. pkxarc a:*.* c:\trn
  20. echo. 
  21. echo Please insert disk labeled ARCTERRAIN5;
  22. pause
  23. echo Decompressing and copying terrain files on Disk 5 from A to C:\TRN...
  24. pkxarc a:*.* c:\trn
  25. echo. 
  26. echo Please insert disk labeled ARCTERRAIN6;
  27. pause
  28. echo Decompressing and copying terrain files on Disk 6 from A to C:\TRN...
  29. pkxarc a:*.* c:\trn
  30. echo. 
  31. echo Please insert disk labeled ARCTERRAIN7;
  32. pause
  33. echo Decompressing and copying terrain files on Disk 7 from A to C:\TRN...
  34. pkxarc a:*.* c:\trn
  35. echo.
  36. echo Copying and decompressing finished.  Please make sure you have installed
  37. echo the program files in the same directory for best results.
  38. echo.
  39. echo Thank you for choosing RadioSoft!
  40.